﻿.clear {
    clear: both;
}

.hide {
    visibility: hidden;
}

.overlay {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    
}

.overlay img {
    width: 100%;
    border-radius: 6px;
}

    .overlay h2 {
        position: absolute;
        bottom: 5px;
        width: 98%;
        color: #fff;
        display: inline-block;
        
        text-align: right;
        font-size: 16px;
        overflow: hidden;
        padding: 0.5em 0;
        background-color: transparent;
        border-bottom: #fff solid 1px;
        font-weight: bold;
    }


.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
  margin-bottom: 30px;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
  
}



.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img, .hovereffect:focus img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:focus a, .hovereffect:focus p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.cronometro {
    padding-top:10px;
    margin-top:20px;
    font-size:16px;
    font-weight:bold;
    box-sizing:border-box;
    color:green;
    text-align: right;    
}

.info {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-decoration:none;
}

.faq > fieldset {
    margin-bottom: 5px;
}

.nav-tabs > li > a {
    color: #007933;
    cursor: default;
}

.tooltip > p {
   text-align:left;
 }

.tooltip-inner {
    text-align: left;
}

select,
.select2-container {
    width: 100% !important;
}